From 8fb21ed21b7e7e17d4dba7d382aaaf13b81590a1 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Tue, 6 Apr 2004 10:17:34 +0000 Subject: [PATCH] bitkeeper revision 1.854 (407283beJa0UONSo632BmoTgA-YZGQ) Remove pointless boot message. --- xen/common/page_alloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c index 0292a7eea9..a7a6915567 100644 --- a/xen/common/page_alloc.c +++ b/xen/common/page_alloc.c @@ -254,8 +254,6 @@ void __init init_page_allocator(unsigned long min, unsigned long max) min += PAGE_OFFSET; max += PAGE_OFFSET; - printk("Initialising Xen allocator with %luMB memory\n", range >> 20); - p = min; remaining = range; while ( remaining != 0 ) -- 2.30.2